-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge changes from develop in preparation of the 0.3.29 release #5066
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: add missing NO_AFFINITY checks
CGEMM & ZGEMM using C code, Power only, P10 only.
Update Android NDK install path for M1/armv7 crossbuild on CirrusCI
TST,BUG: Explicitly allow running tests multiple times
Fix CBLAS_?GEMMT filling in the wrong triangle for Row-Major
Change multi-threading logic for SBGEMV to be the same as SGEMV.
…LAS into vectorizeBF16GEMV
Fix unroll parameter selection for MIPS64_GENERIC
Fix leading dimension for B in LAPACK tests for GGEV (Reference-LAPACK PR 1064)
LoongArch64: Update README.md
remove fast-math
Update Makefile.riscv64
remove fastmath from x280 target
…sic. Signed-off-by: tingbo.liao <[email protected]>
Cirrus CI: Update FreeBSD jobs to 14.1
Do not check LDVT in LAPACKE_?gesvd_work if VT is not used anyway
LoongArch64: Update symv
Add the test cases of rot to improve the unit tests for rot_rvv.
Optimize the omatcopy_cn/zomatcopy_cn kernels with RVV 1.0 intrinsic.
Replace while loop in generic C/ZGEMM_BETA to avoid going out of bounds
Remove comparison that is always false (Reference-LAPACK PR 1062)
Replace LAPACK ?LARFT with a recursive implementation (Reference-LAPACK PR 1080)
Update the Changelog for version 0.3.29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.